Skip to content

SchedulerQueue.Dequeue() method

Defined in

Type: SchedulerQueue Namespace: System.Reactive.Concurrency Assembly: System.Reactive.dll

Applies to

netstandard2.0

public ScheduledItem<TAbsolute> Dequeue()

Summary: Dequeues the next work item from the scheduler queue.

Returns: ScheduledItem -- Next work item in the scheduler queue (removed).